<!-- Here we are making the daily hours totals invisible, leaving only the total -->
            <!-- We must mirror the number and final format of the daily fields to ensure correct alignment later -->
            <div id="FOOTER_DIV">
              <table>
                <tbody>
                  <tr>
                    <td>
                      <input type="button" class="button hide" value="XX"/>
                    </td>
                    <!-- footer with spacer text field and total
                    -->
					<td>
                        <input type="text" class="hoursInput fieldNumeric2 w1115 ro aCentre bnone"/>
                      </td>
                    <td>
					<input type="text" class="hoursInput fieldNumeric2 tb dateField aCentre" id="F_HR_TOTAL" name="FOOTER[1].F_HR_TOTAL" onfocus="flm.onfocusEvent(this)" onblur="flm.onblurEvent(this)"/>
                    </td>
                  </tr>
				  
                </tbody>
              </table> </div> <!-- End of Footer div -->